a:hover,
a:focus {
    color: #E3E142;
}

a,.tp-caption a.btn:hover {
	color: #E3E142;
}
.top-nav-collapse {
	background: #E3E142;
}

.carousel-indicators .active {
    background-color: #E3E142;
}

.header-text h2 span {
    background-color: #E3E142;
}


.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #E3E142;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #E3E142;
}

.widget-avatar .avatar:hover {
    border: 5px solid #E3E142;
}

.bg-skin {
	background: #E3E142;
}

.highlight-color {
	background-color: #E3E142;
}





form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #E3E142;
}
form.search-form input:focus {
	border-color: #E3E142;
}

/* footer */
ul.footer-menu li a:hover {
	color: #E3E142;
}

footer a.totop:hover {
	color: #E3E142;
}




a.button1{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	text-align:center;
	transition: all 0.2s;
}
a.button1:hover{
	color:#000000;
	background-color:#FFFFFF;
}
@media all and (max-width:30em){
a.button1{
	display:block;
	margin:0.4em auto;
}
}




.btn-skin {
  color: #fff;
  background-color: #E3E142;
  border-color: #E3E142;
}

.example_f {
	border-radius: 20px;
	background: linear-gradient(to right, #c8d142, #4ca2cb) !important;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	width: 120px;
	transition: all 0.4s;
	cursor: pointer;
	margin: 50px;
  }
  .example_f span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.4s;
  }
  .example_f span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  .example_f:hover span {
	padding-right: 25px;
  }
  .example_f:hover span:after {
	opacity: 1;
	right: 0;
  }

  .zoom{
	  transition: transform .2s;
  }

  .zoom:hover{
	  transform: scale(1.05);
  }
